home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fscompr / dlginfo.frm < prev    next >
Text File  |  1997-12-24  |  2KB  |  71 lines

  1. VERSION 5.00
  2. Begin VB.Form dlgInfo 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About FSComprFile"
  5.    ClientHeight    =   3075
  6.    ClientLeft      =   2145
  7.    ClientTop       =   1590
  8.    ClientWidth     =   5070
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   3075
  13.    ScaleWidth      =   5070
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.CommandButton cmdOk 
  16.       Cancel          =   -1  'True
  17.       Caption         =   "OK"
  18.       Default         =   -1  'True
  19.       Height          =   375
  20.       Left            =   1920
  21.       TabIndex        =   3
  22.       Top             =   2400
  23.       Width           =   1335
  24.    End
  25.    Begin VB.Label Label3 
  26.       Caption         =   $"dlgInfo.frx":0000
  27.       Height          =   975
  28.       Left            =   360
  29.       TabIndex        =   2
  30.       Top             =   1200
  31.       Width           =   4335
  32.    End
  33.    Begin VB.Label Label2 
  34.       Alignment       =   2  'Center
  35.       Caption         =   "Freeware - 1998 Fulvio Senore (fulsenore@tin.it)"
  36.       Height          =   255
  37.       Left            =   360
  38.       TabIndex        =   1
  39.       Top             =   720
  40.       Width           =   4455
  41.    End
  42.    Begin VB.Label Label1 
  43.       Alignment       =   2  'Center
  44.       Caption         =   "FSComprFile V 1.0.0"
  45.       BeginProperty Font 
  46.          Name            =   "MS Sans Serif"
  47.          Size            =   8.25
  48.          Charset         =   0
  49.          Weight          =   700
  50.          Underline       =   0   'False
  51.          Italic          =   0   'False
  52.          Strikethrough   =   0   'False
  53.       EndProperty
  54.       Height          =   255
  55.       Left            =   360
  56.       TabIndex        =   0
  57.       Top             =   360
  58.       Width           =   4455
  59.    End
  60. End
  61. Attribute VB_Name = "dlgInfo"
  62. Attribute VB_GlobalNameSpace = False
  63. Attribute VB_Creatable = False
  64. Attribute VB_PredeclaredId = True
  65. Attribute VB_Exposed = False
  66. Option Explicit
  67.  
  68. Private Sub cmdOk_Click()
  69.     Unload Me
  70. End Sub
  71.